gusucode.com > 现代通信系统——使用MATLAB(+全部程序) > 现代通信系统——使用MATLAB(+全部程序)/现代通信系统——使用MATLAB(+全部程序)/Matlab 程序/Chapter1/Sinc2.m

    function y=sinc2(x) 
% Y=SINC2(x)	Finds the sinc^2 function
y=(sinc(x)).^2;